SandroMiguel / php-api-router

Lightweight PHP router for building APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhpApiRouter

PhpApiRouter is a lightweight PHP router for building APIs, used in my projects.

Features

  • Simple and intuitive API routing
  • Support for HTTP methods (GET, POST, PUT, DELETE)
  • Easily define routes using an expressive syntax
  • Composer-compatible for easy integration into PHP projects

Installation

You can install PhpApiRouter via Composer. Run the following command in your terminal:

composer require sandromiguel/php-api-router

Contributing

Want to contribute? All contributions are welcome. Read the contributing guide.

Questions

If you have questions tweet me at @sandro_m_m or open an issue.

Changelog

See CHANGELOG.md

License

This project is licensed under the MIT License - see the LICENSE file for details

**~ sharing is caring ~**

About

Lightweight PHP router for building APIs

License:MIT License


Languages

Language:PHP 100.0%