Download the PHP package apie/apie-lib without Composer

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

Apie Lib

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage Donate

Apie is a suite of composer packages to work with domain objects. It tries to aim to follow a Domain-objects-first approach and not a database first approach that you find in many PHP frameworks nowadays.

Apie is very opinionated what a domain object is but following this opinion leads to some easy tooling in processing domain objects in a automated way instead of giving the programmer too many options.

Also since PHP 8.1 everything should be typehinted, which means a lot more can be automated.

Roadmap

The roadmap is visible on Github at https://github.com/orgs/apie-lib/projects/1/views/1. I try to get a stable 1.0 release. You are now displaying the main branch, which contains a very old version

Tooling examples

Some tooling possible with APIE:

. .
Faking domain objects For tests or seeding databases faking objects with proper contents is never made easier. If the faker enters wrong data, then it means your domain object is wrong.
Restful API (WIP) Create a full REST API by checking your Domain Objects.
Creating Entities (WIP) Doctrine is awesome, but using Doctrine entities result in a few problems if you try to process them as domain objects. We try to make a package to automatically convert domain objects in a doctrine database or viceversa.
Naked Objects (WIP) Creates a full CRUD for your Domain Objects. And again: if the interface sucks, then probably your domain object is wrong.
You should read the introduction how Apie wants you to write domain objects and how it will help you in getting a quick . . .

apie-bundle PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

apie-phpstan-rules PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

cms PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

cms-layout-graphite PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

common PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

common-value-objects PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

composite-value-objects PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

console PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

core PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

country-and-phone-number PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

date-value-objects PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

dateformat-to-regex PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

doctrine-entity-converter PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

faker PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

fixtures PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

html-builders PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

regex-value-objects PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

rest-api PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

schema-generator PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

serializer PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

text-value-objects PHP Composer Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

All versions of apie-lib with dependencies

PHP Build Version
Package Version
Requires apie/phpunit-matrix-data-provider Version ^1.0.0
apie/service-provider-generator Version 0.9.3
apie/type-converter Version ^1.0.2
cebe/php-openapi Version ^1.7
doctrine/common Version ^3.4.3
doctrine/orm Version ^2.16
doctrine/persistence Version ^3.2
egulias/email-validator Version ^3.2.1
ext-mbstring Version *
fakerphp/faker Version ^1.19
giggsey/libphonenumber-for-php Version ^8.0
laravel/laravel Version 7.*|8.*|9.*|10.*
nette/php-generator Version ^4.0.1
nikic/php-parser Version ^4.14
niklongstone/regex-reverse Version ^0.4.0
nyholm/psr7 Version ^1.5
php Version >=8.1
prinsfrank/standards Version ^1.0.0
psr/http-message Version ^1.0
ramsey/uuid Version ^4.3.1
symfony/config Version 6.*
symfony/console Version 6.*
symfony/dependency-injection Version 6.*
symfony/event-dispatcher Version 6.*
symfony/finder Version 6.*
symfony/http-foundation Version ^6.1
symfony/http-kernel Version 6.*
symfony/mime Version 6.*
symfony/psr-http-message-bridge Version 2.*
symfony/routing Version 6.*
twig/twig Version ^3.4.2
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 apie/apie-lib contains the following files

Loading the files please wait ....