Our great sponsors
-
The composer.json and project configuration is lightened as much as possible: unused packages and classes are removed, platform-check is disabled, and classmap-authoritative is enabled.
-
Apart from the validators, requests are passed through EloquentFilter-based filters - a very expressive solution instead of a bunch of if's and when's.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
To get detailed geodata for the place from Google Maps, GooglePlacesService and alexpechkarev/google-maps package are used. In API service all the places are added only with the name, city and properties for rating. The rest data - coordinates, business ID, address and link are obtained from Google Places API.
-
For manual check there is Rector with some exceptions.
-
Native PHP attributes allowed OpenAPI markup to be much more compact than in DocBlocks. The resulting openapi.yaml is created with swagger-php and used to test the API.
-
Sentry is used for errors tracking and Honeybadger is used for uptime and availability checks.
-
twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
I've worked with Twill before, so I decided to use it for my project: an open, free system with rich features and good support. Why not? :-)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Sentry is used for errors tracking and Honeybadger is used for uptime and availability checks.
-
Pest
Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
For the tests, Pest is used with Laravel support, parallel execution of tests, and with disabled throttling ($this->withoutMiddleware(ThrottleRequests::class).