Download the PHP package amelaye/biophp without Composer

On this page you can find all versions of the php package amelaye/biophp. 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 biophp

amelayes-biophp Build Status codecov

Introduction

You can read the website of the application, with docs and informations about the project : http://www.amelayes-biophp.net.

This is my own version of BioPHP available here : http://biophp.org. It requires at least PHP 7.2 and every framework which can work on PHP 7.2, as Symfony 4.

The original legacy code is included inside, and the licence is still GPL2.

It works very easily :

alt text

The application is connected with a REST API, for the Biology Data, available at : http://api.amelayes-biophp.net. If you want to use your own API, it must implements my schema API (cf. code documentation), and then you can have fun !

The BioTools (amelaye/biotools) package is actually in working progress, please be patient, and you'll can have more features soon ! Instead of it, you can use your own application.

Content

BioPHP is actually a Symfony 4 bundle. Create your own PHP application and run :

If you want to use the predefined data schema, please run after :

And then it creates the tables structure.

Using a Symfony 4 application

You can have some examples for a Symfony 4 application here : http://demo.amelayes-biophp.net

Using you own code (standalone)

If you have your standalone version, you can use it like this (after installing composer and creating a composer.json file) :

Important

This version is an ALPHA version. That means it could be quite unstable, and modifications in the system could be done. Please read often the documentation, I try to update it as regularly as possible :)


All versions of biophp with dependencies

PHP Build Version
Package Version
Requires phpunit/phpunit Version ^7.5
sensio/framework-extra-bundle Version ^5.5
php Version ^7.2
csa/guzzle-bundle Version ^3.1
jms/serializer-bundle Version ^3.5
doctrine/orm Version ^2.7
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 amelaye/biophp contains the following files

Loading the files please wait ....