phpanonymous/lynx is a Laravel package for automatic generate api.
It currently has 17 GitHub stars and 596 downloads on Packagist (latest version 1.0.20).
Install it with composer require phpanonymous/lynx.
Discover more Laravel packages by phpanonymous
or browse all Laravel packages to compare alternatives.
Last updated
It was named after the lynx because of the excessive strength, smoothness of the face and the sharpening of the eyes, so I love this animal
It can work with the Laravel framework normally and also work with the modeling and style package nwidart/laravel-modules
This is the first beta version that was tested with the ^(8.*) version of Laravel Framework
It generates the API in one minute by simply inheriting the main controller and with a few methods. Easy, flexible and powerful that helps you improve output and input, deal with values, and upload files in the simplest form
In the plan, I want to make this package work with all versions, but currently it works on the eighth version only at the moment, and it is a trial version for a temporary period and when it is confirmed that all methods are suitable, an official version will be released
I have worked with many developers and companies And I found that when a framework was built like Laravel, which built a unified method of construction that everyone could rely on
We also had to build a unified smart way for everyone and teams to work in an infrastructure for all backend developers An easy way for front-end developers and mobile application developers to build a unified centralization in the use and circulation of data. Mahmoud ibrahim
to install official version run this command
$ composer require phpanonymous/lynx
or if you want use main-dev
$ composer require phpanonymous/lynx:dev-main
then publish the file localization file en,ar and phpunit.xml
php artisan vendor:publish --provider="Lynx\LynxProvider"
or choose from publish list [*] Provider: Lynx\LynxProvider
php artisan vendor:publish