Technologies

PHP
PHP (Hypertext Preprocessor) - a general-purpose program script language, extensively used for developing web applications. Currently supported by the vast majority of hosting providers and is one of the leading programming languages that are used to create dynamic websites. According to the Tiobe rating, based on data of search engines, in December 2009 PHP is on the 3rd place among programming languages (yielding Java and C).

Docker
Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. All containers are run by a single operating system kernel and therefore use fewer resources than virtual machines.

MySQL
MySQL - a relational database, work with data in which is carried out using SQL queries. MySQL is characterized by a high speed, robustness and ease of using, is an ideal solution for small and medium-size applications. Support for the MySQL server automatically included in the PHP delivery. With MySQL, you can perform operations on data that are text files difficult to achieve. This type of database is widely used in portals, bulletin boards, electronic stores. MySQL is the ideal solution for small and medium-size applications. The source code of the server is compiled on multiple platforms.

Oracle
The undisputed leader in database market and the most common database management system for financial institutions.

Nginx
Web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.


Symfony
Symfony is comprised of software components. Each component is designed to be independent, but interoperable with all other components. With Symfony you can build a custom framework based on your needs, around a structure and shared standards. Concentrate on key business rules since Symfony allows you to reuse developed features even from other projects. With this highly intelligent structure, projects developed with Symfony have better flexibility, maintainability and scalability.

Laravel
Laravel is a free, open-source PHP web framework, intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.

PHPUnit
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

RabbitMQ
RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol (STOMP), MQ Telemetry Transport (MQTT), and other protocols.

Redis
The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.

Elasticsearch
Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data for lightning fast search, fine‑tuned relevancy, and powerful analytics that scale with ease.



GitLab
GitLab is an open source code repository and collaborative software development platform for large DevOps and DevSecOps projects. GitLab is free for individuals. GitLab offers a location for online code storage and capabilities for issue tracking and CI/CD.

Bitbucket
Bitbucket is Git repository management solution designed for professional teams. It gives you a central place to manage git repositories, collaborate on your source code and guide you through the development flow.
