Git Product home page Git Product logo

laravel-amocrm's Introduction

:suspect: Welcome to my GitHub profile! :godmode:

I lead the architectural design of high-performance microservices at a dynamic AdTech company. I'm also a passionate cybersecurity enthusiast who thrives on exploration and embraces the digital nomad lifestyle.

var dotzero = struct {
	about    any
	tech     []string
	contacts any
}{
	about: struct {
		name    string
		company string
		role    string
	}{
		"Alexander", "AdTech", "TeamLead",
	},
	tech: []string{"golang", "python", "shell scripts"},
	contacts: struct {
		telegram string
		gmail    string
	}{
		telegram: "@dot_zero",
		gmail:    "[email protected]",
	},
}

laravel-amocrm's People

Contributors

alexspi avatar bigperson avatar devgeek27 avatar dotzero avatar max-kut avatar starkovsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

laravel-amocrm's Issues

laravel update to 5.5

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for dotzero/laravel-amocrm ^0.2.0 -> satisfiable by dotzero/laravel-amocrm[v0.2.0].
- Conclusion: remove laravel/framework v5.5.0
- Conclusion: don't install laravel/framework v5.5.0
- dotzero/laravel-amocrm v0.2.0 requires illuminate/support 5.1.|5.2.|5.3.|5.4. -> satisfiable by illuminate/support[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].

Правки

Поправте пожалуйста примеры вместо :
$lead->addCustomField(167379, [
[388733, 'Стартап'],
]);
Нужно использовать : $lead->addCustomField(167379,388733,'Стартап');

Привязать контакт к сделке

Здравствуйте! Использую ваш плагин для работы с сделками и контактами.
Создание контактов - работает, создание сделок - работает, а вот для сделки задать основной контакт не получается.
Как я понял, что бы это сделать, нужно при создании сделки задать ид юзера (в поле created_user_id) полученного при создание контакта:

$amo = AmoCrm::getClient();
$lead = $amo->lead; 
$lead['name'] = 'Тестовая Сделка';
$lead['price'] = 2990;
$lead['responsible_user_id'] = 123456;
$lead['created_user_id']  = (int)123123123; 
$lead['main_contact_id'] = (int)123123123; 
//...
$id = $lead->apiAdd();

Но у меня таким путем в сделке ничего не изменяется: контакт не додается. Не подскажите, что я не так делаю?

Добавьте пожалуйста поддержку laravel 7

Добавьте пожалуйста поддержку laravel 7 в "illuminate/support" composer-а. Я попользуюсь на 7ой, если какие-то проблемы совместимости найду - напишу о них или попробую предложить решение.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.