PHP Training Courses

PHP Training Courses

Local instructor-led live PHP training courses in България.

Oтзиви от потребители

★★★★★
★★★★★

PHP Course Outlines

Име на Kурса
Продължителност
Общ преглед
Име на Kурса
Продължителност
Общ преглед
7 hours
Livewire е библиотека с пълен стек, която позволява на потребителите да изграждат динамични интерфейси в Laravel рамката.Това водено от инструктор обучение на живо (онлайн или на място) е насочено към разработчици, които желаят да научат и използват Livewire за изграждане на модерни и динамични интерфейси на приложения.До края на това обучение участниците ще могат:
    Изградете и тествайте компоненти на livewire. Създавайте приложения с помощта на библиотеката Livewire. Създавайте динамични компоненти в PHP.
Формат на курса
    Интерактивна лекция и дискусия. Много упражнения и практика. Практическо внедряване в лабораторна среда на живо.
Опции за персонализиране на курса
    За да поискате персонализирано обучение за този курс, моля свържете се с нас, за да уговорим.
14 hours
RabbitMQ е брокер за корпоративни съобщения с отворен код за съхранение и получаване на съобщения, предавани от процеси, приложения и сървъри. Той използва съобщение за обработка на задачи асинхронно и е особено полезен в приложенията, които трябва да обработват големи набори от данни на фона, докато в същото време отговарят на живите потребителски искания в реално време. В това обучение, ръководено от инструктори, на живо (онлайн или онлайн), участниците ще научат как да разширят PHP приложение, а след това да го интегрират с RabbitMQ система за съобщения, за да създадат разпределени приложения в облака или микрослужби. В края на обучението участниците ще могат да:
    Създаване, конфигуриране и управление RabbitMQ. Разберете ролята на RabbitMQ's в проектирането и изпълнението на архитектурата на микросервис's. Създайте и използвайте RabbitMQ като брокер за обработка на асинхронни и синхронни съобщения за реалния свят PHP приложения.
Формат на курса
    Интерактивна лекция и дискусия. Много упражнения и упражнения. Изпълнение на ръката в живо лабораторна среда.
Опции за персонализиране на курса
    За да поискате персонализирано обучение за този курс, моля, свържете се с нас, за да организирате.
14 hours
This instructor-led, live training in България teaches participants how to write testable code in the form of testing units to facilitate the diagnosis, isolation, and resolution of bugs. The training walks participants through the creation of a work-ready, testing environment using the PHPUnit testing framework. By the end of this training, participants will be able to:
  • Distinguish between good and bad testing units.
  • Read and interpret test results.
  • Proactively manage and diagnose their code base to reduce bugs.
  • Ensure that their code base is fit for continuous integration and deployment.
14 hours
This course deals with developing web applications in PHP. The course has been created for people already familiar with other procedural programming languages. During the course participants will learn how to create a simple dynamic application with PHP and a MySQL database.
7 hours
This course has been created for PHP programmers and website developers interested in PHP code optimization. The course shows how to find a bottleneck and how to refactor or change the code in the appropriate way. During this course, participants will deal with real web page examples which will be tracked, analysed and optimized.
21 hours
The course familiarizes participants with the PHP language and its integration with the Web environment. The participant will learn how to make a dynamic page, write database applications and to protect applications from unauthorized access.
35 hours
Програмата ви подготвя за професионален уеб дизайнер (код за заетост: 213202 за стандарти за професионални квалификации) по отношение на "HTML и CSS в уеб дизайна" и включва проблем с програмирането, използвайки JavaScript и PHP език. Следната програма предполага, че участникът ще бъде в състояние да проектира и създава уебсайтове с помощта на HTML 4.0 и Cascading Style Sheets 2.0. При изграждането на уебсайт, ще използвате етикетите HTML за поставяне на текст, графики, таблици и интерактивни форми на уеб страницата, както и връзки към други уеб страници и уеб сайтове. С Cascading Style Sheets 2.0 ще извършвате форматиране на уеб съдържание в съответствие с изискванията на клиента. Курс завършилите могат да търсят заетост в сервизни компании, участващи в уеб дизайна или да започнат консултантски услуги (самозаетост). Програмата за обучение обхваща проблемите на създаването на уеб сайтове с помощта на HTML и CSS.
14 hours
The course will cover the design patterns with particular emphasis on patterns used in PHP.
21 hours
The course is designed for intermediate PHP developers who want to enrich their knowledge and learn best practices in programming and web development techniques based on object-oriented programming and design patterns.
21 hours
The course is designed for experienced programmers who want to explore issues related to the use of patterns and refactoring. Each participant know the properties and practical examples of the use of these patterns, which in turn will enable the efficient build correct the application code.
14 hours
Yii is a high-performance PHP framework best for developing Web 2.0 applications.
28 hours
Symfony is a set of PHP Components, a Web Application framework, a Philosophy and a Community.
21 hours
The course provides essential skills for PHP developers necessary to make their applications resistant to contemporary attacks through the Internet. Web vulnerabilities are discussed through PHP-based examples going beyond the OWASP top ten, tackling various injection attacks, script injections, attacks against session handling of PHP, insecure direct object references, issues with file upload, and many others. PHP-related vulnerabilities are introduced grouped into the standard vulnerability types of missing or improper input validation, incorrect error and exception handling, improper use of security features and time- and state-related problems. For this latter we discuss attacks like the open_basedir circumvention, denial-of-service through magic float or the hash table collision attack. In all cases participants will get familiar with the most important techniques and functions to be used to mitigate the enlisted risks. A special focus is given to client-side security tackling security issues of JavaScript, Ajax and HTML5. A number of security-related extensions to PHP are introduced like hash, mcrypt and OpenSSL for cryptography, or Ctype, ext/filter and HTML Purifier for input validation. The best hardening practices are given in connection with PHP configuration (setting php.ini), Apache and the server in general. Finally, an overview is given to various security testing tools and techniques which developers and testers can use, including security scanners, penetration testing and exploit packs, sniffers, proxy servers, fuzzing tools and static source code analyzers. Both the introduction of vulnerabilities and the configuration practices are supported by a number of hands-on exercises demonstrating the consequences of successful attacks, showing how to apply mitigation techniques and introducing the use of various extensions and tools. Participants attending this course will
  • Understand basic concepts of security, IT security and secure coding
  • Learn Web vulnerabilities beyond OWASP Top Ten and know how to avoid them
  • Learn client-side vulnerabilities and secure coding practices
  • Have a practical understanding of cryptography
  • Learn to use various security features of PHP
  • Learn about typical coding mistakes and how to avoid them
  • Be informed about recent vulnerabilities of the PHP framework
  • Get practical knowledge in using security testing tools
  • Get sources and further readings on secure coding practices
Audience Developers
28 hours
Дори опитни програмисти не овладяват различните услуги за сигурност, предлагани от своите платформи за развитие, и също не са наясно с различните уязвимости, които са релевантни за тяхното развитие. Този курс има за цел разработчиците да използват както Java и PHP, като им осигуряват необходимите умения, за да направят своите приложения устойчиви на съвременни атаки чрез интернет. Ниво Java на архитектурата на сигурността се преминава, като се справят с контрол на достъпа, аутентификация и разрешаване, сигурна комуникация и различни криптографски функции. Също така се въвеждат различни АПИ, които могат да се използват за осигуряване на вашия код в PHP, като OpenSSL за криптография или HTML Purifier за валидиране на вход. От страна на сървъра, най-добрите практики се дават за затягане и конфигуриране на операционната система, уеб контейнера, файловата система, SQL сървъра и PHP самата, докато специален акцент се дава на сигурността от страна на клиента чрез въпроси за сигурност на JavaScript, Ajax и HTML5. Общите уязвимости на уеб са обсъдени от примери, съгласувани с OWASP Топ Десет, показващи различни атаки на инжекции, инжекции на скриптове, атаки срещу сесия, несигурни директни обектни референции, проблеми с изтеглянето на файлове и много други. Различните Java- и PHP-специфични езикови проблеми и проблеми, произтичащи от работното време среда, се въвеждат групирани в стандартните видове уязвимост на липсваща или неправилна валидация на вход, неправилно използване на функции за сигурност, неправилно управление на грешки и изключения, проблеми, свързани с времето и състоянието, проблеми с качеството на кода и уязвимости, свързани с мобилния код. Участниците могат да изпробват обсъдените АПИ, инструменти и ефектите на конфигурациите за себе си, докато въвеждането на уязвимостите всички се подкрепят от редица практични упражнения, демонстриращи последиците от успешни атаки, показват как да се коригират грешките и да се прилагат техники за облекчаване, и въвеждат използването на различни разширения и инструменти. Участниците, които участват в този курс ще
    Разбиране на основните понятия за сигурност, ИТ сигурност и безопасно кодиране Научете за уязвимостите на уеб сайтовете извън OWASP Топ 10 и знайте как да ги избегнете Научете за уязвимостите от страна на клиента и безопасните практики за кодиране Научете се да използвате различните характеристики на сигурността на околната среда Java Имайте практическо разбиране на криптографията Научете се да използвате различни функции за сигурност на PHP Разбиране на концепциите за сигурност на уеб услугите Придобиване на практически познания при използването на инструменти за проверка на сигурността Научете за типичните грешки в кодирането и как да ги избегнете Бъдете информирани за неотдавнашните уязвимости в Java и PHP рамки и библиотеки Получете източници и по-нататъшно четене на безопасни практики за кодиране
публиката Разработчиците
21 hours
This instructor-led, live course is aimed at developers wishing to learn ThinkPHP to develop web applications. ThinkPHP is a fast and simple PHP Object-Oriented MVC framework with support for UTF-8, plugins, role-based-control-access (RBCA), a template control engine and multi-databases. Format of the Course
  • Heavy emphasis on hands-on practice.
  • Most of the concepts are learned through samples, exercises and hands-on development.  
7 hours
PHP 7 is the biggest upgrade to PHP since 2004. It offers significant performance gains through the new Zend engine 3.0 and improves productivity by nearly twice when compared to PHP 5.6. With a 50 percent reduction in memory consumption and a host of other new features, PHP7 is making a significant impact on web application development across various platforms. In this instructor-led, live training, participants will learn how to take advantage of PHP 7’s latest features and processing improvements as they walk step-by-step through the creation and deployment of a sample web application. By the end of this training, participants will be able to:
  • Use enhanced PHP 7 features, such as spaceship and null coalescing operators, scalar type hints, new scalar type declarations and new error exceptions
  • Develop and deploy a new PHP 7 web application
  • Optimize existing web applications or websites
Audience
  • PHP developers
  • Advanced-to-intermediate server-side programmers
Format of the course
  • Part lecture, part discussion, exercises and heavy hands-on practice
14 hours
Behat is a Behavior Driven Development (BDD) test framework written in PHP. It facilitates communication among developers, testers, business stakeholders and clients during the software development process. Behat allows non-technical people to write clear descriptions of an application's intended behavior, then runs those "scenarios" as functional tests against the application. In this instructor-led, live training, participants will learn how to write and execute BDD style test cases using Behat and PHP. By the end of this training, participants will be able to:
  • Run automated tests written in the human-readable, "Given, When, Then" Gherkin language
  • Use Behat based test cases to improve collaboration between technical and non-technical teams
  • Integrate Behat with Selenium, Mink, Goutte and other browser emulators to drive tests and generate reports
  • Extend Behat functionality through its extension system
  • Test numerous usage scenarios through terminal commands, REST APIs, and more.
Audience
  • Test engineers
  • Developers
Format of the course
  • Part lecture, part discussion, exercises and heavy hands-on practice
35 hours
In this instructor-led, live training in България, participants will learn how to implement advanced PHP programming tools and techniques. By the end of this training, participants will be able to:
  • Learn advanced concepts in PHP programming.
  • Establish consistency and solve advanced problems using PHP programming.
  • Explore additional ways to build more flexible software using PHP.
14 hours
Internet of Things (IoT) is a network infrastructure that connects physical objects and software applications wirelessly, allowing them to communicate with each other and exchange data via network communications, cloud computing, and data capture. PHP is a server-side scripting language recommended for IoT due to its superior performance. In this instructor-led, live training, participants will learn how to develop IoT applications using PHP. By the end of this training, participants will be able to:
  • Understand the fundamentals of IoT architecture
  • Install and configure tools (IBM Watson IoT Platform, IoT Starter for Android Application) to aid in developing PHP applications
  • Learn the benefits of using PHP in programming IoT systems
  • Build, test, deploy, and troubleshoot an IoT system using PHP
Audience
  • Developers
  • Engineers
Format of the course
  • Part lecture, part discussion, exercises and heavy hands-on practice
Note
  • To request a customized training for this course, please contact us to arrange.
21 hours
С пазарен дял от 60%, WordPress е системата за съдържание Management (CMS) на избор за много от най-високо профилираните уебсайтове в света. PHP е страничен език на сървъра, който управлява около 82 процента от мрежата. В този инструктор-управляван, на живо обучение (онсайт или дистанционно), участниците с малко или никакво предишно програмиране опит ще научат как да персонализират Wordpress уебсайт с помощта на PHP. В края на обучението участниците ще могат да:
    Създаване на инструментите за развитие, необходими за бързо започване на работа PHP Разбиране и промяна на различните видове PHP файлове в WordPress Разбиране PHP синтакс (условни изявления, лопове, функции и т.н.) Напишете свой собствен плъгин или тема в WordPress Дебютиране, разпространение и решаване на проблеми на уебсайт Word
публиката
    Уеб дизайнери Създатели на съдържание с технически умения (3) Собственици с технически умения Разработчици без предишен опит с PHP
Формат на курса
    Интерактивна лекция и дискусия Много упражнения и упражнения Изпълнение на ръката в живо лабораторна среда
Забележка
    За да поискате персонализирано обучение за този курс, моля, свържете се с нас, за да организирате. За да научите повече за Wordpress, моля посетете: https://wordpress.org/
14 hours
This instructor-led, live training in България (online or onsite) is aimed at engineers who wish to use open source tools to automate the process of building, testing and deploying PHP applications and services. By the end of this training, participants will be able to:
  • Install and configure different open source tools to enable continuous integration, testing and deployment.
  • Understand the advantages and disadvantages of employment different open source CI tools such as such as Gitlab CI and Jenkins.
  • Combine CI tools with open source tools for unit testing as well as integration testing a PHP application.
14 hours
This instructor-led, live training in България (online or onsite) is aimed at developers who wish to use PHP to deploy a back-end server for a React application. By the end of this training, participants will be able to:
  • Set up the necessary development environment to start developing.
  • Render React components in PHP with the help of PHP extension V8js.
  • Use PHP to create APIs that interact with database systems.
  • Use module-bundlers such as Webpack to compile React code.
14 hours
This instructor-led, live training in България (online or onsite) is aimed at web developers who wish to create a web application with Magento 2. By the end of this training, participants will be able to:
  • Master Magento 2 development patterns, design patterns, and approaches.
  • Create and personalize themes in Magento 2.
  • Implement customizations to Magento 2 functionality with extensions.
14 hours
Lumen е рамка за микросервиси с отворен код, базирана на Laravel. Той се използва за изграждане на бързи и високопроизводителни уеб приложения и АПИ с PHP микрофреми. Това обучение, ръководено от инструктори (онлайн или онлайн) е насочено към разработчици, които искат да използват Lumen за изграждане на Laravel базирани микросервиси и приложения. В края на обучението участниците ще могат да:
    Създаване на необходимата среда за развитие, за да започне разработването на микрослужби с Lumen. Разберете ползите от прилагането на микрослужби с помощта на Lumen и PHP. Извършване и изпълнение на функциите и операциите на микрослужбите с помощта на Lumen рамка. Защита и контрол на достъпа до архитектите на микрослужбите чрез изграждане на защитни слоеве.
Формат на курса
    Интерактивна лекция и дискусия. Много упражнения и упражнения. Изпълнение на ръката в живо лабораторна среда.
Опции за персонализиране на курса
    За да поискате персонализирано обучение за този курс, моля, свържете се с нас, за да организирате.
14 hours
PHP 8 въвежда нови и усъвършенствани функции за изграждане на високопроизводителни уеб приложения. Тя включва JIT компилатор, именувани аргументи, промоция на собствеността на строителите, типове съюзи и други подобрени функции. Този инструктор-управляван, живо обучение (онлайн или онлайн) е насочен към разработчиците, които искат да използват PHP 8 за разработване, изграждане и тестване на сложни уеб приложения на бизнес ниво като сайтове за електронна търговия, CRM системи, WMS и т.н. В края на обучението участниците ще могат да:
    Създайте необходимата среда за развитие, за да започнете разработването на уеб приложения с PHP 8. Научете повече за новите функции в PHP 8 и как да ги реализирате. Получете освежаване на PHP основите и някои програмиране съвети. Използвайте новите функции в PHP 8 за подобряване на ефективността на уеб приложенията. Научете най-добрите практики за подобряване на сигурността и стабилността на уеб приложения с PHP 8. 
Формат на курса
    Интерактивна лекция и дискусия. Много упражнения и упражнения. Изпълнение на ръката в живо лабораторна среда.
Опции за персонализиране на курса
    За да поискате персонализирано обучение за този курс, моля, свържете се с нас, за да организирате.
21 hours
Symfony is a set of PHP Components, a Web Application framework, a Philosophy and a Community.
28 hours
Symfony 4 е рамка за разработване на софтуер  за PHP. Той съдържа повторно използваеми PHP библиотеки, за да се улесни разработването и тестването на нови приложения, написани в PHP (Web приложения или АПИ). Symfony 4 е командна линия софтуерна рамка с вградените команди, която прави PHP кодовото развитие по-ефективно. В това обучение, ръководено от инструктори, участниците ще се научат да използват Symfony рамката и PHP езика, докато стъпват през създаването на PHP приложение. В края на обучението участниците ще могат да:
    Използвайте Symfony 4 за създаване и тестване на код, написан в PHP Създаване на прост код за PHP, който чете и пише в база данни
публиката
    Програмисти и уеб разработчици с работно познание на PHP и HTML Напредни разработчици, които търсят по-ефективни инструменти за развитие за по-бързи затваряния Софтуерни дизайнери, които трябва да актуализират своето разбиране на текущите инструменти за развитие, които отговарят на нуждите на потребителя
Формат на курса
    Частна лекция, частна дискусия, упражнения и тежка практика
14 hours
This instructor-led, live training (online or onsite) is aimed at PHP programmers wishing to write asynchronous web services using the PHP language (in a fashion similar to Node.js). By the end of this training, participants will be able to:
  • Install and configure Swoole
  • Understand the concepts behind event-driven, asynchronous, non-blocking I/O networking models.
  • Create and deploy asynchronous services written in PHP
  • Speed up existing Laravel or Lumen applications with Laravel-Swool.
Format of the Course
  • Interactive lecture and discussion
  • Lots of exercises and practice
  • Hands-on implementation in a live-lab environment
Course Customization Options
  • To request a customized training for this course, please contact us to arrange.
  • To learn more about Swool, please visit: https://www.swoole.co.uk/
14 hours
This instructor-led, live training in България introduces the fundamentals of Laravel and walks participants through the creation of a Laravel-based web application.
14 hours
This instructor-led, live training in България (online or onsite) is aimed at web developers who wish to build middleware and web services in Laravel. By the end of this training, participants will be able to:
  • Use Laravel PHP Aritisan to generate code and components.
  • Build RESTful APIs in Laravel that can browse, read, edit, add, and delete.
  • Filter and sort results based on URL parameters using RESTful APIs.

Last Updated:

Online PHP courses, Weekend PHP courses, Evening PHP training, PHP boot camp, PHP instructor-led, Weekend PHP training, Evening PHP courses, PHP coaching, PHP instructor, PHP trainer, PHP training courses, PHP classes, PHP on-site, PHP private courses, PHP one on one training

Специални оферти

No course discounts for now.

Абонамент за специалните оферти

Ние се отнасяме с Вашите данни поверително и не ги предоставяме на трети страни. Можете да промените настройките си по всяко време или да се отпишете изцяло.

НЯКОИ ОТ НАШИТЕ КЛИЕНТИ

is growing fast!

We are looking for a good mixture of IT and soft skills in Bulgaria!

As a NobleProg Trainer you will be responsible for:

  • delivering training and consultancy Worldwide
  • preparing training materials
  • creating new courses outlines
  • delivering consultancy
  • quality management

At the moment we are focusing on the following areas:

  • Statistic, Forecasting, Big Data Analysis, Data Mining, Evolution Alogrithm, Natural Language Processing, Machine Learning (recommender system, neural networks .etc...)
  • SOA, BPM, BPMN
  • Hibernate/Spring, Scala, Spark, jBPM, Drools
  • R, Python
  • Mobile Development (iOS, Android)
  • LAMP, Drupal, Mediawiki, Symfony, MEAN, jQuery
  • You need to have patience and ability to explain to non-technical people

To apply, please create your trainer-profile by going to the link below:

Apply now!

This site in other countries/regions