apie/apie-lib

Monorepo of the Apie library

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 3

Type:composer-plugin

1.0.0-RC1 2025-03-18 22:34 UTC

This package is auto-updated.

Last update: 2025-03-28 15:29:29 UTC


README

Apie Lib

Latest Stable Version Total Downloads Latest Unstable Version License 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 everything should be typehinted, which means a lot more can be automated.

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 Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

apie-common-plugin Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

cms Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

cms-api-dropdown-option Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

cms-layout-ionic Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

cms-layout-ugly Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

common Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

console Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

core Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

count-words Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

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

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

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

doctrine-entity-datalayer Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

faker Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

fixtures Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

integration-tests Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

laravel-apie Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

maker Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

meta-maximum Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

meta-minimal Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

meta-recommended Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

otp-value-objects Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

regex-tools Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

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

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

serializer Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

storage-metadata Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

storage-metadata-builder Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer

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

twig-template-layout-renderer Latest Stable Version Total Downloads Latest Unstable Version License PHP Composer
. .