/php-api-router

Lightweight PHP router for building APIs

Primary LanguagePHPMIT LicenseMIT

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 ~**