Download the PHP package nuno/domain-contacts without Composer

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

Domain Contacts

Hello there,

This is my playground to study/practice Domain-Driven-Design (DDD) software development and also Design Patterns.

There will be other repositories for this project:

LaravelContactsAPI

React Repository:

The goal of this repository is to provide a Domain with all Business Logic with the minimum dependencies so that if we want the same functionality implemented in any framework from Laravel, CodeIgniter, WordPress, Joomla and so on, the duplication of code would be minimum because we have all logic in the same place, easy to adapt.

This Contacts List functionality is relative simple, and probably if the idea is just to have it, with a framework like Laravel the problem could be solved way faster compared with this DDD approach, but if the projects keeps growing in complexity, and has to be maintainable to multiple frameworks, with tests, the production will decrease with code duplication.

Instalation

In this project I will try to have always 100% code coverage inside the src folder, integration and unit tests will make sure that the code is SOLID and every line is beeing used, also avoiding errors in future developments. The coverage shouldn't be with with non-sense tests to accomplish the 100% mark, doing the needed tests of the code will bring the coverage.

In this project I will try to implement many approaches even if they are not necessary, because the idea here is to have a playground to experiment patterns, architectures, ideas, try to understand the necessity of them and learn how to implement them.

Right now I'm reading 2 books that I will be base my code on:

I will try to explain all decisions in the code and all feedback will be greatly appreciated, feel free to create issues if you find any.

You can contact me on Linkedin: https://www.linkedin.com/in/nuno-lopes/

To-Do List:

A special thanks to @HRADigital, since without him couldn't have learned this much in this short period of time, who mentored me and guided me during 18 months.


All versions of domain-contacts with dependencies

PHP Build Version
Package Version
Requires php Version ~7.2
illuminate/database Version ^6.1
illuminate/validation Version ^6.1
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 nuno/domain-contacts contains the following files

Loading the files please wait ....