Download the PHP package alimentalos/backend without Composer

On this page you can find all versions of the php package alimentalos/backend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package backend

Alimentalos Backend

GitHub release Actions Status codecov Maintainability Test Coverage

Official websiteAboutDeveloper handbookOpenApi Specification

Brief

We must raise awareness among other people regarding the moral responsibility of caring for the entities that surround us and that by their nature, do not have the capacity to defend themselves in a world surrounded by evil.

About

In this repository is the back of the system, that code that allows us to provide a service open to the world. Our source code is open and freely distributed.

Current features

The following list are detailed those of software features developed and tested:

Authentication

We have a specific API to handle new user registrations as well as password recovery using registered mail.

Users

@TODO Users docs

Pets

@TODO Pets docs

Tracker

The system has the ability to receive locations from users, devices or pets. This allows you to find the last location, find resources near your location or generate reports considering the routes drawn.

Photos

Most entities of the system have the ability to upload photographs and relate them. The geofences are polygons on a map, so photographs can be uploaded and found by their relationship. It would also apply to the cases of users, pets or groups.

Groups

The application has its own system to manage relationships with groups, so that a group can contain other resources such as users, pets, geofences or others. In the specific case of the users, the system allows inviting other users and accepts or rejects such invitation.

Accessible

The system has an access control system related to the geofences, each time a user or device enters a zone, it will leave a record in a database relating the first and last point related to said entry or exit.

Broadcasting

The platform every time it receives a new location, it is retransmitted by a channel to all users who have access to the resource. So from an application it could be easy to receive information and update in real time.

Alerts

Our system allows users to create georeferenced alerts. In the event that a user loses his pet, he could send a close alert to all connected users and get help finding his friend.

Places

@TODO Places docs

Coins

@TODO Coins docs

Comments

@TODO Comments docs

Near

@TODO Near docs

Find

@TODO Find docs

Planned

The following list are detailed those of software features what are in development:


All versions of backend with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
ext-json Version *
algolia/algoliasearch-client-php Version ^2.2
alimentalos/contracts Version *
alimentalos/relationships Version *
alimentalos/tools Version *
beyondcode/laravel-websockets Version ^1.4
cybercog/laravel-love Version ^8.3
darkaonline/l5-swagger Version ^6.0
fideloper/proxy Version ^4.0
fruitcake/laravel-cors Version ^1.0
graham-campbell/markdown Version ^12.0
grimzy/laravel-mysql-spatial Version ^2.2
guzzlehttp/guzzle Version ^6.5
igaster/laravel_cities Version ^1.3
laravel/framework Version ^6.2
laravel/passport Version ^8.4
laravel/scout Version ^8.0
laravel/tinker Version ^2.0
pusher/pusher-php-server Version ~4.0
sentry/sentry-laravel Version 1.7.1
spatie/laravel-cors Version ^1.6
superbalist/laravel-google-cloud-storage Version ^2.2
webpatser/laravel-uuid Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alimentalos/backend contains the following files

Loading the files please wait ....