PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Murilo Gomes Julio   MiPhant Route   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MiPhant Route
Parse the current request URL to get its parts
Author: By
Last change:
Date: 6 months ago
Size: 298 bytes
 

Contents

Class file image Download
{ "name": "mugomes/miphantroute", "version": "1.0.0", "description": "Biblioteca para trabalhar com rotas de uma forma mais fácil.", "license": "MIT", "_comment": [ "Copyright (C) 2025 Murilo Gomes Julio" ], "autoload": { "psr-4": { "MiPhantRoute\\": "src/" } } }