Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arabnewscms/lynx
auto api generator
https://github.com/arabnewscms/lynx
Last synced: 2 months ago
JSON representation
auto api generator
- Host: GitHub
- URL: https://github.com/arabnewscms/lynx
- Owner: arabnewscms
- License: mit
- Created: 2022-08-16T11:43:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:30:15.000Z (5 months ago)
- Last Synced: 2024-09-19T19:11:26.207Z (4 months ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Package Name: Lynx
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
#### Description
It can work with the Laravel framework normally and also work with the modeling and style package nwidart/laravel-modules
#### Version : 1.0.0
This is the first beta version that was tested with the ^(8.*) version of Laravel Framework
#### Used For : generate apiIt 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
#### compatibility with laravel version : ^5.0,^6.0|^7.0|^8.0|^9.0
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
#### ِAuthor : Mahmoud Ibrahim
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 onWe 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# installation
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
```# usage and documentations
Click here to learn in a few minutes how to use it